Resource Path: /api/oracle/parse-connection
Uri: http://doc.jamsscheduler.com/api/oracle/parse-connection
Request
The request body is of type ConnectionStringDto.
Overview
 |
ConnectionStringDto
 |
connectionString : string
|
|
Response
The response body is of type OracleParseConnectionResponseModel.
OK
Overview
 |
OracleParseConnectionResponseModel
 |
connectionString : string
|
 |
 |
credentialName : string
|
 |
credentialID : integer
|
 |
logonUserName : string
|
|
 |
 |
credentialName : string
|
 |
credentialID : integer
|
 |
logonUserName : string
|
|
|
See Also